func net.cgoLookupIPCNAME
4 uses
net (current package)
cgo_unix.go#L145: func cgoLookupIPCNAME(network, name string) (addrs []IPAddr, cname string, err error) {
cgo_unix.go#L220: addrs, cname, err := cgoLookupIPCNAME(network, name)
cgo_unix.go#L226: addrs, _, err = cgoLookupIPCNAME(network, name)
cgo_unix.go#L241: _, cname, err = cgoLookupIPCNAME("ip", name)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)